aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/auth/[...nextauth]
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/api/auth/[...nextauth]')
-rw-r--r--apps/web/app/api/auth/[...nextauth]/route.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/web/app/api/auth/[...nextauth]/route.tsx b/apps/web/app/api/auth/[...nextauth]/route.tsx
new file mode 100644
index 00000000..2f7f1cb0
--- /dev/null
+++ b/apps/web/app/api/auth/[...nextauth]/route.tsx
@@ -0,0 +1,3 @@
+import { authHandler } from "@/server/auth";
+
+export { authHandler as GET, authHandler as POST };